home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / CD_System / AmigaAMP / AREXX.readme < prev    next >
Text File  |  2002-08-17  |  1KB  |  68 lines

  1.  
  2. AmigaAMP AREXX commands (v2.9)
  3. ------------------------------
  4.  
  5.  * OPEN NAMES/M
  6.    opens one or more files and starts to play the first one
  7.  
  8.  * PLAY
  9.    same as if you hit the play button
  10.  
  11.  * PAUSE
  12.    same as if you hit the pause button
  13.  
  14.  * STOP
  15.    same as if you hit the stop button
  16.  
  17.  * NEXT
  18.    skips forward to the next track in the playlist
  19.  
  20.  * PREVIOUS
  21.    skips back to the previous track in the playlist
  22.  
  23.  * QUIT
  24.    guess what :-))
  25.  
  26.  * SKIN PATH/K
  27.    loads the skin from the specified path
  28.    Attention! You have to give the whole path, e.g. progdir:skins/base
  29.  
  30.  * STATUS
  31.    returns the current drive status, either STOP, PLAY or PAUSE
  32.  
  33.  * VOLUME VOL/N
  34.    sets the playback volume to VOL, ranges from 0 to 26
  35.    If "Limit volume to 0dB" is activated all values above 22 will
  36.    be clipped.
  37.  
  38.  * SHUFFLE
  39.    shuffles the playlist
  40.  
  41.  * ICONIFY
  42.    closes AmigaAMP's window and displays an application icon instead
  43.  
  44.  * UNICONIFY
  45.    re-opens AmigaAMP's window
  46.  
  47.  * FFWD
  48.    fast forward (skip 10 seconds forward in the current track)
  49.  
  50.  * REW
  51.    rewind (skip 10 seconds back in the current track)
  52.  
  53.  * SEEK SECONDS/N
  54.    jump to the specified position in seconds
  55.  
  56.  * DECVOLUME
  57.    decrease volume by 1.5dB
  58.  
  59.  * INCVOLUME
  60.    increase volume by 1.5dB
  61.  
  62.  * REPEAT
  63.    toggle repeat
  64.  
  65.  * ADD NAMES/M
  66.    adds one or more files to the playlist
  67.  
  68.